ComponentOne DateTimeEditors for WPF
C1.WPF.DateTimeEditors Namespace / NullablePropertyChangedEventArgs<T> Class / OldValue Property

In This Topic
    OldValue Property (NullablePropertyChangedEventArgs<T>)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property OldValue As Nullable(Of T)
    public Nullable<T> OldValue {get; set;}
    See Also